home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Briefcase / Source / Makefile < prev    next >
Makefile  |  1995-06-12  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Briefcase
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Briefcase.tiff
  16. DOCICONS = Briefdoc.tiff
  17.  
  18. GLOBAL_RESOURCES = Briefcase.nib BriefDoc.nib Help.nib Info.nib\
  19.                    Pref.nib BigCase.tiff Briefcase.tiff Briefdoc.tiff\
  20.                    me.tiff
  21.  
  22. CLASSES = Briefcase.m BriefDoc.m DView.m Help.m Localization.m\
  23.           MultApp.m MultDoc.m PageMargin.m PrefDelegate.m
  24.  
  25. HFILES = Global.h Briefcase.h BriefDoc.h DView.h Help.h\
  26.          Localization.h MultApp.h MultDoc.h PageMargin.h\
  27.          PrefDelegate.h
  28.  
  29. MFILES = Briefcase_main.m Utility.m
  30.  
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = app.make
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. ICONSECTIONS =    -sectcreate __ICON app Briefcase.tiff \
  40.         -sectcreate __ICON Briefdoc Briefdoc.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.